home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / apps / xconf / README < prev    next >
Text File  |  1994-08-01  |  4KB  |  93 lines

  1.  
  2.  
  3.                        toolbox/src/apps/xconf README
  4.  
  5.  
  6.   
  7.   XCONF(1M)                  Silicon Graphics                  XCONF(1M)
  8.   
  9.   
  10.   
  11.   NAME
  12.        xconf - local area network conferencing program.
  13.   
  14.   SYNOPSIS
  15.        /usr/local/bin/xconf
  16.   
  17.   DESCRIPTION
  18.        This program creates a motif based graphical user interface which
  19.        allows input of messages, and provides an area for viewing messages
  20.        from other group members.  Also, pop-up dialogs are available for
  21.        monitoring who is logged in, and what groups are currently in use.
  22.        The program uses UDP multicast packets to send messages, and listens
  23.        on port 6060 for incoming messages.
  24.   
  25.        Normally, everything typed in the input area will be sent to all
  26.        members of the default group.  The default group is shown next to
  27.        the Input: label.  The default group will be set to the value of
  28.        the CONFGROUP environment variable at login time.  If this variable
  29.        is not set, the initial group is 'def_group'.  Once logged in, a
  30.        user may change thier default group with ':g group-name'  To send
  31.        a message to a group other than the default group, the user can do
  32.        ':g group-name message'  Also, a user may listen to more than one
  33.        group at a time.  This is done by selecting different groups from
  34.        the "Groups" dialog window and clicking "Ok".  Note that selecting
  35.        groups for reception does not mean that your normal messages will
  36.        be sent to these groups.
  37.   
  38.        In addition, there are some commands available for sending private
  39.        messages, broadcast messages, and so forth.  Command lines start
  40.        with ':' followed by the command to be performed.  The following
  41.        list shows currently available commands (square brackets '[]'
  42.        indicate optional characters/parameters):
  43.   
  44.          :b[roadcast] msg ----- broadcast a message to all groups.
  45.          :c[hannel] user ------ open a private channel to 'user'.
  46.          :f[ind] user --------- report whether 'user' is logged in.
  47.          :g[roup] ------------- bring up the group dialog..
  48.          :g[roup] group ------- change your default group to 'group'.
  49.          :g[roup] group msg --- send a message to 'group'.
  50.          :h[elp] -------------- bring up the help dialog.
  51.          :n[ame] name --------- change your name to 'name'.
  52.          :q[uit] -------------- quit xconf.
  53.          :r[ing] user [msg] --- ring the bell of 'user'.
  54.          :s[end] user msg ----- send a private message to 'user'.
  55.          :u[rgent] msg -------- send an urgent message.
  56.          :v[ersion] ----------- show xconf version number.
  57.          :w[ho] --------------- bring up the user dialog.
  58.   
  59.        The following entries may be put in $USER/.xdefaults to control
  60.        such features as the program's colors, and the fonts used:
  61.   
  62.          xconf*foreground:              ! any color
  63.          xconf*background:              ! any color
  64.          xconf*XmList.background:       ! any color
  65.          xconf*XmText.background:       ! any color
  66.          xconf*XmPushButton*background: ! any color
  67.          xconf*fontList:                ! any font specification
  68.   
  69.   NOTES
  70.        The "channel" and "find" commands are not yet implemented.
  71.   
  72.        Because xconf is based on UDP multicast packets, there is no
  73.        guarantee that every message will get through to every user.
  74.   
  75.        There is no indication of what group a message is from.
  76.   
  77.   BUGS
  78.        Scrolling fails when multiple line messages are received.
  79.   
  80.   FILES
  81.        /usr/local/bin/xconf              xconf executable
  82.        /usr/lib/X11/app-defaults/XConf   xconf resource initialization file
  83.   
  84.   AUTHOR
  85.        Jesse Rendleman
  86.    
  87.   SEE ALSO
  88.        talk(1m)
  89.   
  90.   ORIGIN
  91.        Silicon Graphics, Inc.
  92.   
  93.